From: Eli Zaretskii Date: Mon, 16 Feb 2004 11:35:50 +0000 (+0000) Subject: (rmail-default-dont-reply-to-names): Make "info-" X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24109 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7d559ec88790b9e683128137096afee645ca06a6;p=emacs.git (rmail-default-dont-reply-to-names): Make "info-" anchored at the beginning of the email address. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f95439b0cb2..512c962c0bc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -139,9 +139,9 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'." :group 'rmail-reply) ;;;###autoload -(defvar rmail-default-dont-reply-to-names "info-" "\ -A regular expression specifying part of the value of the default value of -the variable `rmail-dont-reply-to-names', for when the user does not set +(defvar rmail-default-dont-reply-to-names "\\`info-" "\ +A regular expression specifying part of the default value of the +variable `rmail-dont-reply-to-names', for when the user does not set `rmail-dont-reply-to-names' explicitly. (The other part of the default value is the user's email address and name.) It is useful to set this variable in the site customization file.")